home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 Reader Awards / macformat-098.iso / MF Data / Behaviours / 00023_Script_omnis < prev    next >
Encoding:
Text File  |  2000-11-01  |  250 b   |  12 lines

  1. on mouseEnter
  2.   put the text of member("omnis","Texts") into member ("InfoText","Texts")
  3. end
  4.  
  5. on mouseDown
  6.   global gMFCDNo 
  7.   open gMFCDNo & ":demos:omnis studio 3.0"
  8. end
  9.  
  10. on mouseLeave
  11.   put empty into member("InfoText","Texts")
  12. end